@charset "utf-8";
/*~~~~框架布局~~~*/
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}


/*==版心定义↓==*/
.container{width:1440px;}
a:hover{color:#00c3e8}
.bga{background:#f8f8f8;}

/*==字符串↓==*/
*:before,*:after,em,i,.iof{font-style: normal;font-family: "iconfont";line-height:1;transition: all .4s ease-in-out}
@font-face {
  font-family: 'iconfont';  /* Project id 1963410 */
  src: url('//at.alicdn.com/t/c/font_1963410_nn8v0afdj3l.woff2?t=1680575630073') format('woff2'),
       url('//at.alicdn.com/t/c/font_1963410_nn8v0afdj3l.woff?t=1680575630073') format('woff'),
       url('//at.alicdn.com/t/c/font_1963410_nn8v0afdj3l.ttf?t=1680575630073') format('truetype');
}

/*==顶部↓==*/
.fixed-top.header{ position: fixed;width:100%;z-index:99;  height:80px;box-shadow: 0 0 10px #ddd;  }
.fixed-top.header:before{opacity:1; height:100%;}
.fixed-top.header .logo img{ }
.fixed-top.header .sub{top:80px}
/*--*/
.header{position:fixed;top:0;left:0;right:0; z-index:99;height:100px;border-bottom:1px #eee solid;}
.header:before{opacity:0; content:"";position:absolute;bottom:0;z-index:-1;width:100%;height:80%;background: #fff;transition: all .4s ease-in-out;}
.header .container{height:100%;}
.header .logo{float:left;height:100%;padding: 20px 0; }
.header .logo a{display: flex;height:100%;align-items: center;}
.header .logo img{max-height: 60px;}
.header .tel{position: relative;float: right;margin: 10px 0 0 60px;font-weight: bold;font-size: 24px;color: #333;}
.header .tel:before{content: "\e675";font-family: "iconfont";/* position: absolute; *//* left:0; */margin-right: 10px;font-weight: 400;color: #00c3e8;}
.header .nav{display:flex;float: right;height: 100%;align-items: center;}
.header .nav > li{/* flex: 1; */float: left;margin-left: 60px;height: 100%;}
.header .nav > li > a{position: relative;display: flex;height:100%;color:#666666;font-size:16px;text-align: center; text-align: center;align-items: center;}
.header .nav > li > a:after{content:"";position: absolute;left:0;bottom:0;width:100%;height:2px;background:#00c3e8;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.header .nav > li:hover > a,.header .nav > li.active > a{color:#00c3e8; }
.header .nav > li:hover > a:after,.header .nav > li.active > a:after{transform: scale(1);transform-origin:left;}


/*--*/
.header .sub{display:none;left:0;right:0;top: 100px;position:absolute;z-index: 999;border-top: 1px #ddd solid;border-bottom:1px #ddd solid; background: #fefefe;}
.header .sub:before{content: "";position: absolute;left:0;right:0;top:0;z-index: -1;height:20px;background:-webkit-linear-gradient(top, #f1f1f1, #fff);}
.header .sub .long{display: flex;justify-content: center;} 
/*--*/
.header .sub-1{padding:20px 0}
.header .sub-1 a{display: flex;color: #5e5e5e;font-size: 16px;margin: 8px 20px;align-items: center;}
.header .sub-1 a::before{content:"";width:5px;height:5px;margin-right: 10px;display: block;border-radius: 50%;background: #9a9a9a;}
.header .sub-1 a:hover{color:#0094dc; }
.header .sub-1 a:hover:before{background:#0094dc}
/*--*/
.header .sub-2{padding: 50px 0;}
.header .sub-2 .long{display: flex;width:1200px;margin:auto;align-items: stretch;}
.header .sub-2 .left{width: 250px; min-height:450px; padding: 5px 0 5px 5px;background: #00c3e8;}
.header .sub-2 .left li{border-bottom: 1px solid rgba(255,255,255,0.2);}
.header .sub-2 .left a{display: block;padding:20px 20px;color:#fff;font-size: 17px;text-align: center;}
.header .sub-2 .left .on a{color:#00c3e8;background:#fff}
.header .sub-2 .right{flex: 1;margin-left: 50px;}
.header .sub-2 .search{margin-bottom:30px;padding-bottom: 30px;border-bottom: 1px #eee solid;}
.header .sub-2 .frame{display: none;}
.header .sub-2 .frame.on{display:block;}
.header .sub-2 .vig{/* flex: 1; */display: flex;}
.header .sub-2 .vig li{flex: 1; margin-right: 60px;/* padding-left:30px; *//* border-left:1px #eee solid; */}
.header .sub-2 .vig .title{color:#333;font-size: 17px;margin-bottom: 15px;padding-bottom: 10px; border-bottom: 1px #ddd solid;}
.header .sub-2 .vig .title:hover{color:#0094dc}
.header .sub-2 .vig .title em{color:#00c3e8;font-size: 22px;margin-right:10px}
.header .sub-2 .vig .title em img{height:20px;}
.header .sub-2 .vig a{display: flex;color: #6a6a6a;font-size: 15px;margin-bottom: 10px;align-items: center;}
.header .sub-2 .vig a:hover{color:#0094dc;transform:translateX(-2px)}
.header .sub-2 .vig a:hover h4:before{background:#0097dc}
.header .sub-2 .vig h4{display:flex;align-items: center;}
.header .sub-2 .vig h4::before{content:"";width: 4px;height: 4px;margin-right: 10px;display: block;border-radius: 50%;background: #9a9a9a;}
.header .sub-2 .vig img{flex-shrink: 0;width:70px;margin-right:10px;}
.header .sub-2 .pic{flex-shrink:0;margin-left: 80px;}
.header .sub-2 .pic .more{display: block;color:#999;font-size:14px;margin-top:10px;}
.header .sub-2 .pic .more:hover{color:#0094dc}
/*--*/
.sub-2 .search form {position:relative;width: 350px;display: flex;height: 40px;overflow: hidden;align-items: stretch;border-radius: 30px;border: 1px #ddd solid;background: #f5f5f5;}
.sub-2 .search form input {width:100%;color:#333;font-size: 14px;border: none;background: none;}
.sub-2 .search form button {flex-shrink: 0;width: 80px;height: 100%;font-size: 20px;color: #fff;border:none;cursor:pointer;border-radius: 30px;background-color: #00aec8;}
.sub-2 .search form button:hover {background:#3a3a3a}
.sub-2 .search form input,.sub-2 .search form button {/* height: 40px; */padding: 5px 15px;}




/*==次级导航↓==*/
.menu{width:100%;margin-top:60px;margin-bottom:-10px;}
.menu ul{display:table; text-align: center;/*! background:#f2f3f4; *//*! width: 100%; */margin: auto;}
.menu li{/*! flex: 1; */ display: inline-block;}
.menu li a{position:relative;z-index:2;display: block;margin:0 10px 10px 10px;color:#191919;font-size:18px;border: 1px #e9e9e9 solid;overflow: hidden;padding: 10px 40px;border-radius: 6px; background: #f7f7f7;}
.menu li a:after{ content: ""; position: absolute;left:0;bottom:0;z-index:-1;width:100%;height:100%; background: #00c3e8;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.menu li:hover a,.menu li.active a{ color:#fff;border-color:#00c3e8 }
.menu li:hover a:after,.menu li.active a:after{transform: scale(1);transform-origin:left;}


/*==次级导航2↓==*/
.column{/* padding: 25px 0; */width:100%;display:table;text-align: center;border-bottom: 1px #eee solid;border-top: 1px #eee solid;/* overflow:hidden; */background: #fff;}
.column .secon{/* float: left; */display: flex;flex-wrap: wrap;justify-content: center;}
.column .secon > li{ position:relative; /*! flex: 1; */display: inline-block;/* margin: 0 30px; */margin: 0 1px;}
.column .secon > li > a{position:relative;z-index:2;display: block;padding: 22px 30px;color:#333333;font-size: 20px;/* background: #f7f7f7; */}
.column .secon > li > a:after{content: "";position: absolute;left:0;bottom: 0;z-index:-1;width:100%;height: 100%;background: #00c3e8;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.column .secon > li:hover > a,.column .secon > li.active > a{color: #fff;}
.column .secon > li:hover .drop{display:block}
.column .secon > li:hover > a:after,.column .secon > li.active > a:after{transform: scale(1);transform-origin:left;}
.column .drop{display:none;position:absolute;left:0;right:0;top:100%;z-index: 2;background: #00c3e8;}
.column .drop a{display:block;color: #fff;font-size: 15px;padding: 15px 10px;border-top: 1px #eee solid;}
.column .drop a:hover{background:#6a6a6a}
/*--*/
.column .site{float:right;}
.column .site{color:#888;font-size:14px;}
.column .site .home i{margin-right:10px;color:#333;font-weight:bold}
.column .site a{color:#888;font-size:14px;}
.column .site a:hover{color:#00c3e8;}



/*==面包屑↓==*/
.site{}
.site .container{padding: 20px 0;border-bottom:1px #ddd solid;}
.site .home i{color:#333;font-weight:bold;font-size:16px;margin-right:10px;}
.site a{color:#666;font-size:12px;}
.site a:hover{color:#00c3e8}
.site .more{float:right;color:#fff;font-size:14px;padding: 5px 10px;margin-top: -5px;background: #666;}
.site .more:hover{color:#fff; background: #00c3e8;}


/*==标题↓==*/
.titleAx{color:#768089;font-size:40px;}  
.titleAx span{display: block;color:#768089;font-size:32px;font-weight: bold; text-transform: Uppercase;}
.titleAx b{display: block;font-weight: bold;margin-top: 1px;font-size: 32px;}
.titleAx p{margin-top:10px; color:#768089;font-size:16px; font-weight:400 }
.titleAx font{color:#00c3e8}
.titleAx hr{display: block;margin: 10px auto 0;width: 40px;height: 3px;border:none;background: #00c3e8;}
.titleAx.cen{display: flex;text-align: center;margin-bottom:50px;flex-direction: column;align-items: center;}
.titleAx.cen b{margin-top: 10px;width: 156px;height: 50px;background-image:url(../images/titleBg.png);}
.titleAx.m30{margin-bottom:30px}
.titleAx.m40{margin-bottom:40px}
.titleAx.white,.titleAx.white b,.titleAx.white span{color:#fff}
.titleAx.white hr{background:#fff}
/*--*/
.titleBx{color:#000123;font-size:40px;margin-bottom:50px; text-align: center;}
.titleBx span{display: block; margin:10px auto 0;color:#bdbdbd;font-size:14px;font-weight:400}
.titleBx hr{display: block;margin: 10px auto 0;width: 40px;height: 2px;border:none;background: #00c3e8;}
.titleBx.cen{text-align: center;}
.titleBx.white,.titleBx.white span{color:#fff}
.titleBx.tTop{margin:50px 0 -20px 0;}


/*==边距↓==*/
.ptm60{padding:60px 0}
.ptm80{padding:80px 0}
.ptm100{padding:100px 0}
.pt60{padding-top:60px}
.pt80{padding-top:80px}
.pt100{padding-top:100px}
.pm60{padding-bottom:60px}
.pm80{padding-bottom:80px}
.pm100{padding-bottom:100px}
/*--*/
.mtm60{margin:60px 0}
.mtm80{margin:80px 0}
.mtm100{margin:100px 0}
.mt60{margin-top:60px}
.mt80{margin-top:80px}
.mt100{margin-top:100px}
.mm60{margin-bottom:60px}
.mm80{margin-bottom:80px}
.mm100{margin-bottom:100px}

/*句段限制*/
.abbr{width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.lcp{-webkit-line-clamp: 2;display: -webkit-box;word-break: break-all;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden;}


/*===内页框↓==*/
.rack{float:left;width:100%;padding:70px 0 80px 0;}
.rackWor{}


/*==更多按钮↓==*/
.more-1{display: table;margin-top:30px;color:#fff;font-size:16px;padding: 11px 40px;border-radius: 5px;background: #ee924a;}
.more-1:hover{color:#fff;background:#00c3e8}
/*--*/
.more-2{display: flex;width: max-content;margin:auto;margin-top: 40px;color:#ee924a;font-size:14px;padding: 12px 50px;border-radius: 30px;border:1px #ee924a solid;transition: all .4s ease-in-out;align-items: center;justify-content: center;flex-direction: row-reverse;}
.more-2:before{content:"\e61f";font-size: 24px;margin-left: 20px;color:#ee924a}
.more-2:hover{color:#fff; background:#ee924a;}
.more-2:hover:before{color:#fff;transform:translateX(5px)}


/*==切换效果↓==*/
.cut-item .btn {position:absolute;top:50%;left:-75px;display:block;width: 50px;line-height: 50px;text-align:center;color: #fff;font-size: 22px;font-weight:bold;transform:translateY(-50%);cursor:pointer;border: 1px #fff solid;border-radius: 50%;/*background:#fff;*/}
.cut-item .btn.sNext {left:auto;right:-75px;}
.cut-item .btn:hover {color:#00c3e8;border-color: #00c3e8;}
.cut-item .btn:hover:before {color:#00c3e8}
.cut-item .sPrev:before {content:"\e662";}
.cut-item .sNext:before {content:"\eb9b";}

/*==左右按钮控制↓==*/
.trol-rotate{  display: flex; align-items: center; margin-top: 40px;}
.trol-rotate .btn {display: flex;width: 80px;height: 35px;margin: 0 10px;text-align:center;color: #fff;font-size: 16px;font-weight:bold;cursor:pointer;/*background:#fff;*/align-items: center;justify-content: center;background: #3a3a3a;}
.trol-rotate .btn.sNext { }
.trol-rotate .btn:hover { background: #00c3e8;}
.trol-rotate .btn:hover:before {color:#fff}
.trol-rotate .sPrev:before {content:"\e662";}
.trol-rotate .sNext:before {content:"\eb9b";}


/*-切换点1-*/
.spot-dot {}
.spot-dot {position:initial;margin:40px auto 0;text-align:center;}
.spot-dot span {opacity:1;width:12px;height:12px;margin:0 10px;border:1px #ddd solid;background:#fff;}
.spot-dot span.swiper-pagination-bullet-active {background:#00c3e8;}
/*-切换点2-*/
.spot-forte{position:initial;margin:40px auto 0;text-align:center;}
.spot-forte span{opacity:0.8;width:25px;height:6px;border-radius:0px;margin:0 6px;border-radius:10px; background:#f5f5f5;}
.spot-forte span.swiper-pagination-bullet-active{opacity:1;background:#00c3e8;}


/*==左侧联系↓==*/
.connection {margin-top:30px;padding:20px;border:1px #ddd solid;overflow:hidden;background:#fff;}
.connection .tit {/* float:left;*/color:#333;font-size:18px;font-weight:bold;padding-bottom:20px;margin-bottom:20px;border-bottom:1px #ddd solid;}
.connection .tit .more {float:right;display:block;color:#666;font-size:13px;margin-top:5px;}
.connection .tit .more:hover {color:#00c3e8}
.connection .tel {position:relative;display:block;font-size:12px;color:#858585;padding-left:50px;margin-bottom:20px;word-wrap:break-word;word-break:normal;}
.connection .tel font {display:block;color:#00c3e8;font-size:24px;margin-top:5px;line-height:25px;font-weight:bold;}
.connection .tel:before {content:"\e611";font-family:"iconfont";position:absolute;top:6px;left:0;margin-right:10px;font-weight:400;color:#333;font-size:36px;}
.connection .wx {color:#666;font-size:14px;line-height:24px}
.connection .ewm {display:table;margin-top:20px;}
.connection .ewm img {max-width:100px;}
.connection .ewm font {vertical-align:middle;color:#666;font-size:14px;padding-left:30px;}
.connection .ewm font hr {float:left;width:30px;height:1px;margin:10px 10px 0 0;border:none;background:#aaa;}
.connection .ewm img,.connection .ewm font {display:table-cell;}
 

/*==切换按钮↓==*/
.tone-item{display: flex;text-align: center;margin-bottom:50px;margin-left: -5px;    align-items: stretch;}
.tone-item li{flex: 1;display:inline-block;cursor: pointer;margin-left: 5px;}
.tone-item a{position: relative;z-index: 1;display: block;height:100%;color:#fff;font-size:18px;padding: 15px 10px;overflow:hidden; background:#9d9d9d}
.tone-item a:after {content:"";position:absolute;left:0;bottom:0;z-index:-1;width:100%;height:100%;background: #00c3e8;transition:transform .5s;transform:scale(0,1);transform-origin:right;}
.tone-item .more a{color:#1c2023; background: #dddddd;}
.tone-item .active a,.tone-item li:hover a{color:#fff; }
.tone-item .active a:after,.tone-item li:hover a:after{transform:scale(1);transform-origin:left;}


/*==客服按钮↓==*/
.online-btn {display: flex;width:fit-content; margin-top:40px;margin-right:20px;color:#fff;font-size: 15px;padding:12px 50px;border:1px #00c3e8 solid;border-radius:30px;background:#00c3e8;align-items: center;}
.online-btn i{font-size: 22px;margin-right:10px;}
.online-btn.cor {color:#1b1b1b;background:#fff;}
.online-btn:hover {color:#fff;border-color:#3a3a3a;background:#3a3a3a;}


/*==客服按钮↓==*/
.productHome{}
.productHome .tone{display: flex;text-align: center;margin-bottom:50px;margin-left: -50px;align-items: stretch;justify-content: center;}
.productHome .tone li{display:inline-block;cursor: pointer;margin-left: 50px;}
.productHome .tone a{position: relative;z-index: 1;display: block;height:100%;color: #333;font-size: 16px;padding: 12px 40px;border-radius: 8px;overflow:hidden;background: #f5f6f7;}
.productHome .tone a:after {content:"";position:absolute;left:0;bottom:0;z-index:-1;width:100%;height:100%;background: #00c3e8;transition:transform .5s;transform:scale(0,1);transform-origin:right;}
.productHome .tone .more a{color:#1c2023; background: #dddddd;}
.productHome .tone .active a,.productHome .tone li:hover a{color:#fff; }
.productHome .tone .active a:after,.productHome .tone li:hover a:after{transform:scale(1);transform-origin:left;}


/*===产品列表↓==*/
.product-list.edge{margin:0 0 -20px -20px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.product-list.edge li{display: inline-block;width:calc(25% - 20px);margin:0 0 20px 20px; }
.product-list li{text-align: center;}
.product-list.lx1 li{width:calc(100% - 20px);}
.product-list a{display: block;}
.product-list .pic{display: flex;height: 340px;padding: 20px 10px;border:1px #ddd solid;justify-content: center;align-items: center;transition:all .4s ease-in-out;}
.product-list .pic img{height:100%;}
.product-list h4{color:#768089;font-size:16px;margin-top:15px;}
.product-list li:hover a{transform: translateY(-5px);}
.product-list li:hover .pic{border-color:#00c3e8}
.product-list li:hover .pic img{transform:scale(1.05);}
.product-list li:hover h4{color:#00c3e8}


/*===产品列表页面↓==*/
.productLi{}
.productLi .titleTop{display: flex;color:#768089;font-size:28px;margin-bottom:30px;align-items: center;}
.productLi .titleTop::before{content: "";width:3px;height: 20px;margin-right: 15px;background: #00c3e8;}

 
/*===特点排版↓==*/
.trait-arr{margin: 0 0 -20px -20px;display: flex;flex-flow: row wrap;align-content: flex-start;flex-wrap: wrap;justify-content: space-between;}
.trait-arr li{position: relative;display: inline-block;width: calc(200px - 20px);margin: 0 0 20px 20px;text-align: center;border-radius: 10px;}
.trait-arr em{display: flex;margin: auto;width: 80px;height: 80px;color:#fff;font-size:30px;justify-content: center;align-items: center;overflow: hidden;}
.trait-arr em img{max-height: 100%;filter: drop-shadow(0px 80px #00c3e8);}
.trait-arr h4{color:#666;font-size: 22px;margin-top: 15px;}
.trait-arr p{color: #888;font-size: 16px;line-height: 28px;margin-top: 10px;}
.trait-arr li:hover{transform: translateY(-5px); }
.trait-arr li:hover h4{color:#00c3e8}
.trait-arr li:hover em img{transform: translateY(-100%);  }


/*===首页新闻↓==*/
.newsHome{}
.news-item{display: flex;}
.news-item .left{width:50%;}
.news-item .right{width:50%;margin-left:20px}


/*===新闻2↓==*/
.news-grid_2{display: none; margin-top: 40px;flex-wrap: wrap;justify-content: space-between;}
.news-grid_2 li{margin-bottom:20px;width: 30%;}
.news-grid_2 a{position: relative;display: flex;color:#858585;font-size: 15px;justify-content: space-between;}
.news-grid_2 h4{flex: 1;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news-grid_2 .time{display:block;font-size:13px;color:#999;margin-left: 10px;}
.news-grid_2 li:hover h4{color:#00c3e8}
.news-grid_2 li:hover a{color:#00c3e8;transform:translateX(5px)}


/*===新闻滚动↓==*/
.srll-news{position:relative;}
.srll-news .list h4{ position:absolute;left:0;bottom:0;right:0; color:#fff;font-size:18px;padding:15px 20px;text-align: center; background:rgba(0,0,0,0.5);}
.srll-news .spot{position:absolute;right:20px;bottom:15px;z-index:5;}
.srll-news .pic{padding-top:65%; }

/*==新闻列表排版↓==*/
.news-grid{display: flex;    flex-wrap: wrap;}
.news-grid li{margin-bottom:20px}
.news-grid a{display: flex; }
.news-grid .pic{flex-shrink: 0;width: 35%;height:143px;}
.news-grid .pic img{width:100%;height: 100%;object-fit: cover;} 
.news-grid .box{position: relative;min-width: 0px;margin-left: 20px;}
.news-grid h4{color: #6a6a6a;font-size: 18px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news-grid .time{display: block;color:#999;font-size: 16px;margin-top: 5px;}
.news-grid p{-webkit-line-clamp: 2;margin-top: 10px;color: #7a7a7a;font-size: 15px;line-height: 26px;}
.news-grid li:hover a{border-color:#00c3e8;transform:translateX(-5px);background:none}
.news-grid li:hover h4{color:#00c3e8}


/*===新闻列表↓==*/
.news-list{margin: 0 0 -30px -30px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.news-list li{display: inline-block;width: calc(33.3% - 30px);margin: 0 0 30px 30px;}
.news-list a{display: block; }
.news-list .box{padding:30px;text-align: center;}
.news-list h4{color:#768089;font-size:20px;}
.news-list p{margin-top:15px;color:#768089;font-size: 15px;}
.news-list .time{display: block;margin-top:15px;color:#999;font-size: 14px;}
.news-list li:hover a{box-shadow:0 0 10px #ddd;}
.news-list li:hover h4{color:#00c3e8}
 
 
/*==新闻详情框↓==*/
.EssayCont .lefter {float:left;width:70%;}
.EssayCont .righter {float:right;width:25%;}
.EssayCont .righter .shell {width:100%;margin-bottom:30px;border:1px #ddd solid}
.EssayCont .righter .shell:last-child {margin-bottom:0px;}
.EssayCont .righter .shell .tit {position:relative;color:#333333;font-size:18px;border-bottom:1px #e6e8eb solid;padding-bottom:15px;margin-bottom:20px;}
.EssayCont .righter .shell .tit.bor:before {content:"";position:absolute;left:0;bottom:-1px;width:20%;height:1px;background:#00c3e8;}
.EssayCont .righter .shell .tit .more{float:right;font-size:14px;color: #999;margin-top: 5px;transition: all .4s ease-in-out;}
.EssayCont .righter .shell .tit .more:hover{color:#00c3e8}
/*--*/
.EssayCont .bgb {margin-bottom:30px;background:#fff;}
.EssayCont .bgb:last-child {margin-bottom:0px;}
.EssayCont .bgb.p3 {padding:30px 30px 40px 30px;}
.EssayCont .bgb.p4 {padding:40px 40px 40px 40px;}
/*--*/
.EssayCont .news {}
.EssayCont .news li {clear:both;width:100%;margin-bottom:12px;}
.EssayCont .news li:last-child{margin-bottom:0px;}
/*.EssayCont .news .one {position:relative;}
.EssayCont .news .one h4 {position:absolute;left:0;right:0;bottom:0;width:100%;padding:10px 20px;color:#fff;font-size:14px;background:rgba(0,0,0,0.6)}
.EssayCont .news .one:hover h4 {background:#00c3e8}*/
.EssayCont .news .one {position:relative;}
.EssayCont .news .one a{display:flex;align-items: center;}
.EssayCont .news .one .pic{flex-shrink: 0;width: 120px;}
.EssayCont .news .one .box{flex: 1;min-width:0px;margin-left:20px}
.EssayCont .news .one h4 {width:100%;color: #3a3a3a;font-size: 18px;}
.EssayCont .news .one:hover h4 {color:#00c3e8}
.EssayCont .news .one span{display: flex;margin-top: 20px;color: #999;justify-content: space-between;}
.EssayCont .news .one span:before{content:"\eb97";display: flex;color: #999;font-size: 20px;justify-content: center;align-items: center;}
.EssayCont .news .one:hover span:before{color:#00c3e8;transform:translateX(5px)}
.EssayCont .news .two{}
.EssayCont .news .two a {position:relative;display:block;padding-left:15px;color:#333333;font-size:15px;}
.EssayCont .news .two a:before {content:"";position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:50%;background:#b2b2b2;}
.EssayCont .news .title {width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.EssayCont .news .two:hover a {color:#00c3e8;}
.EssayCont .news .two:hover a:before {background:#00c3e8;}
/*--*/
.EssayCont .content .titleTop{text-align: center;padding: 0 0 30px 0;margin: 0 0 40px 0;border-bottom: 1px #e4e4e4 solid;}
.EssayCont .content .title{color:#333333;font-size:28px;}
.EssayCont .content .msg{margin-top: 15px;color:#a7a7a7;font-size:14px;}
.EssayCont .content .msg *,.NewsDetail .msg span,.NewsDetail .msg a{color:#a3a3a3;font-size:14px;}
.EssayCont .content .msg span{margin:0 5px;}
.EssayCont .content .msg a:hover,.NewsDetail .msg .active{color:#00c3e8}
.EssayCont .content .msg .active{font-weight:bold;}
.EssayCont .content .wor{min-height:300px;font-size:16px;}
/*--*/
.EssayCont .pagIng{margin-top:60px;padding-top:50px;border-top:1px #eee solid;overflow: hidden;}
.EssayCont .pagIng span{ display: inline-block;color:#888888;font-size:15px;}
.EssayCont .pagIng a{width:47%;color:#666666;font-size:15px;padding: 15px 20px;max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;background: #f6f6f6;}
.EssayCont .pagIng a:hover{color:#fff; background: #00c3e8;}
.EssayCont .pagIng .prev{float:left}
.EssayCont .pagIng .next{float:right}



/*==首页关于我们↓==*/
.aboutHome .long{display: flex;    align-items: flex-start;}
.aboutHome .long .info{width:45%;margin-right: 60px;}
.aboutHome .long .info .titleTop{color: #3a3a3a;font-size: 50px;margin-bottom: 40px;font-weight: bold;line-height: 1;}
.aboutHome .long .info .wx{color:#768089;font-size:16px;line-height: 30px;}
.aboutHome .long .pic{flex: 1;position: relative;}
.aboutHome .long .pic img{position:absolute;left:0;top:0;bottom:0;max-width:initial}




/*==解决方案列表↓==*/
.solution-list{}
.solution-list li {position:relative;margin-bottom: 40px;clear:both;overflow:hidden;z-index:2;background: #fff;}
.solution-list li a {position:relative;z-index:2;/* height:520px; */display:flex;border: 1px #eee solid;clear:both;overflow:hidden;background: #fff;align-items: center;}
.solution-list li:last-child {margin-bottom:0px;padding-bottom:0px;border-bottom:0px;}
.solution-list .pic {flex-shrink:0;width:50%;}
.solution-list .pic img {width:100%;height:100%;object-fit:cover;}
.solution-list .box {position:relative;flex:1;padding:50px 60px;width:40%;text-align: center;}
.solution-list h4 {color: #6a6a6a;font-size: 26px;margin-bottom: 30px;}
.solution-list h4::after{content: "";display:block;margin: auto;margin-top: 15px;width: 50px;height: 1px;border:none;background: #999;}
.solution-list p{-webkit-line-clamp: 4;color:#666;font-size: 18px;line-height:30px;}
.solution-list .more{display:table;margin:auto;margin-top: 30px;color:#999;font-size:15px;padding: 10px 60px;border: 1px #ddd solid;}
.solution-list li:hover a {border-color:#00c3e8}
.solution-list li:hover h4{color:#00c3e8;}
.solution-list li:hover h4::after{width:60px;background:#00c3e8}
.solution-list .more:hover{color:#fff;border-color:#00c3e8;background: #00c3e8;}
.solution-list li:nth-child(2n) a {flex-direction:row-reverse;}


/*===解决方案详情↓==*/
.applyDei{padding:0px !important; /*margin-top:100px;*/}
.applyDei .up{padding: 100px 0 200px 0;background:url(../images/dei-bg.jpg) no-repeat center;background-size:cover;}
.applyDei .up .info{ text-align: center;}
.applyDei .up h3 {color: #768089;font-size: 32px;}
.applyDei .up p{ margin-top: 20px;color:#768089;font-size: 18px;line-height:30px;}
.applyDei .up .more{display:table;margin:auto;margin-top: 30px;color:#999;font-size:15px;padding: 10px 60px;border-radius: 30px;box-shadow: 0 5px 10px #ddd;background: #fff;}
.applyDei .up .more:hover{color:#fff;background:#00c3e8}



/*===案例列表↓==*/
.case-list.edge{display: flex;margin:0 0 -20px -20px;flex-wrap: wrap;}
.case-list.edge li {position:relative;width:calc(50% - 20px);margin:0 0 20px 20px;clear:both;overflow:hidden;z-index:2;background: #fff;}
.case-list a {display: flex; position:relative;z-index:2;}
.case-list .pic {flex-shrink:0;width:40%;}
.case-list .pic img {width:100%;height:100%;object-fit:cover;}
.case-list .box {position:relative;flex:1;padding:30px 50px;width:60%; }
.case-list h4 {color: #3a3a3a;font-size: 22px;margin-bottom: 20px;}
.case-list p{-webkit-line-clamp: 10;color: #6a6a6a;font-size: 16px;line-height:30px;}
.case-list li:hover h4{color:#00c3e8;}


/*===案例滚动↓==*/
.srll-case{position:relative;}
.srll-case .spot{display:none;}
.srll-case .control{margin:auto;margin-top:40px;justify-content: center;}


/*==案例详情↓==*/
.caseDel{}
.caseDel .long{display: flex;}
.caseDel .left{flex: 1;    width: 50%;padding:80px 80px 80px 0;border-right:1px #ddd solid;}
.caseDel .left .title{color:#768089;font-size:26px; padding-bottom:20px;margin-bottom:30px;border-bottom:1px #ddd solid}
.caseDel .wx{olor:#768089;font-size: 16px;line-height:30px;}
.caseDel .relevant{margin-top:60px;}
.caseDel .relevant .tit {position:relative;color:#6a6a6a;font-size:17px;border-bottom:1px #e6e8eb solid;padding-bottom:15px;margin-bottom:25px;}
.caseDel .relevant .tit.bor:before {content:"";position:absolute;left:0;bottom:-1px;width:20%;height:1px;background:#00c3e8;}
.caseDel .relevant .tit .more{float:right;font-size:14px;color: #999;margin-top: 5px;transition: all .4s ease-in-out;}
.caseDel .relevant .tit .more:hover{color:#00c3e8}
.caseDel .relevant .list{display: flex;margin:0 0 -20px -20px}
.caseDel .relevant .list li {position:relative;width:calc(50% - 20px);margin:0 0 20px 20px;clear:both;overflow:hidden;z-index:2;background: #fff;}
.caseDel .relevant .list a {position:relative;z-index:2;}
.caseDel .relevant .list h4 {color: #768089;font-size: 16px;margin-top: 15px; text-align: center;}
.caseDel .relevant .list li:hover h4{color:#00c3e8}
.caseDel .right{flex: 1;    width: 50%;padding:80px 80px 0px 80px;}


/*===图片滚动↓==*/
.srll-chart{position: relative;}
.srll-chart .list a{display: block;}
.srll-chart .list img{width:100%;}
.srll-chart .spot{position: absolute;left:0;right:0;bottom:30px;z-index: 2;}


/*==产品详情↓==*/
.ProductShow {padding-top:0px;}
.DetailCont .top {}
/*--*/
.DetailCont .pst-left {float:left;width:55%;}
.DetailCont .pst-right {float:right;width:40%}
/*--*/
.pst-right .title {color:#768089;font-size:30px;padding-bottom:20px;margin-bottom:30px;border-bottom:1px #ddd solid;}
.pst-right .number {color:#768089;font-size:16px;display:block;margin-top:10px;}
.pst-right .wx {padding:20px;color:#666666;font-size:15px; line-height:28px;overflow:hidden;background:#f2f2f2;}
.pst-right .wx .tit{color:#3a3a3a;font-weight:bold;margin-top:10px;}
.pst-right .online {overflow:hidden;}
/*--*/
.psc-content {margin-top:50px;}
.psc-content .wx {}
.psc-content .wor {color:#666;line-height:30px;font-size:16px;}
.psc-content .long {position:relative;display:flex;}
.psc-content .psd-left {flex:1;min-width:50%}
.psc-content .psd-right {flex-shrink:0;width:360px;margin-left:50px;}
.psc-content .tone {position:relative;display:flex;margin-bottom:50px;justify-content: center;}
.psc-content .tone:after {content:"";position:absolute;left:-10%;right:-10%;bottom:0;height:1px;background:#ddd;}
.psc-content .tone li {position:relative;display:inline-block;color:#444444;font-size:18px;padding-bottom:20px;margin:0 25px;cursor:pointer;align-items:center;justify-content:center;}
.psc-content .tone li:after {content:"";position:absolute;left:0;bottom:0px;width:100%;z-index:1;height:2px;transition:transform .5s;transform:scale(0,1);transform-origin:right;background:#00c3e8;}
.psc-content .tone li.active,.psc-content .tone li:hover {color:#00c3e8}
.psc-content .tone li.active:before,.psc-content .tone li:hover:before {color:#00c3e8}
.psc-content .tone li.active:after,.psc-content .tone li:hover:after {transform:scale(1);transform-origin:left;}
.psc-content .frame { }
.psc-content .frame:last-child,.psc-content .mr {margin-bottom:0px !important;padding-bottom:0px !important;border-bottom:0px !important}
.psc-content .theme {position:relative;display: table;color:#333;font-size: 18px;margin-bottom:30px;padding: 10px 30px;background: #eee;}
.psc-content .theme:before {content:"";position:absolute;left: 15px;top: 0;bottom: 0;margin: auto;width:3px;height: 22px;background:#00c3e8;}
/*--*/
.srll-recom {position:relative;}
.srll-recom .swiper-container {padding:6px;}
.srll-recom .product-list li {}
/*--*/
.psd-right {}
.is-affixed .info {margin-top:50px}


/*==左右图片切换↓==*/
.srllOrso {display:flex;flex-direction: row-reverse;}
.srllOrso .leftPic {width:80%;border:2px #efefef solid;background:#fff;}
.srllOrso .leftPic img {display:block;margin:auto;max-width:100%;height:100%;object-fit:cover;}
.srllOrso .rightPic {width:20%;margin-right: 15px;}
.srllOrso .rightPic li {height:20%;margin-bottom:20px;border:2px #efefef solid;cursor:pointer;background:#fff;}
.srllOrso .rightPic li img {display:block;max-width:100%;height:100%;margin:auto}
.srllOrso .rightPic li.swiper-slide-thumb-active {border-color:#00c3e8;}
.srllOrso .leftPic,.srllOrso .rightPic {height:550px;}
.srllOrso .leftPic .look {opacity:0;position:absolute;left:0;bottom:0;z-index:2;width:100%;padding:10px;color:#fff;font-size:16px;height:40px;text-align:center;transform:translateY(40px);background:rgba(0,0,0,0.5);}
.srllOrso .leftPic .look i {margin-right:10px;display:inline-block;font-size:20px;}
.srllOrso .leftPic:hover .look {opacity:1;transform:translateY(0px);}
.srllOrso .rightPic:hover .btn {opacity:1 !important;}
.srllOrso .btn {opacity:0;position:absolute;top:0;left:0;right:0;z-index:2;margin:0px;padding:5px 0;cursor:pointer;text-align:center;background:rgba(0,0,0,0.4);transition:all .4s ease-in-out;}
.srllOrso .btn:before {color:#fff;font-size:32px;display:block;}
.srllOrso .sPrev:before {content:"\ebd1";}
.srllOrso .sNext:before {content:"\eb9c";}
.srllOrso .btn.sNext {top:auto;bottom:0;}
.srllOrso .btn:hover {opacity:1;background:rgba(0,0,0,0.6)}


/*==滚动大图↓==*/
.srllPho{ position: relative;;width: 100%;margin: auto;}
.srllPho .gallery-top{border: 1px #ddd solid; background:#fff ;}
.srllPho .gallery-top .look{ opacity:0; position:absolute; left:0;bottom:0;z-index:2;width:100%;padding:10px; color:#fff;font-size:16px;height:40px;text-align:center;transform: translateY(40px);  background:rgba(0,0,0,0.5) ;}
.srllPho .gallery-top .look i{ margin-right:10px; display:inline-block;font-size:20px;}
.srllPho .gallery-top:hover .look{opacity:1 ; transform: translateY(0px);}
.srllPho .gallery-top li{height:500px;}
.srllPho .gallery-top li img{max-width:initial;max-height:100%;width:auto;display: block;margin:auto;}
.srllPho .gallery-thumbs{margin-top:15px;padding: 0 50px;}
.srllPho .gallery-thumbs li{ width: 20%;height: 100%; border:2px #ddd solid; cursor: pointer; background:#fff;}
.srllPho .gallery-thumbs li.swiper-slide-thumb-active{ border:2px #00c3e8 solid;}
.srllPho .gallery-thumbs li img{max-width:100%;display: block;margin:auto;height:80px}
.srllPho .btn{opacity: 1;top:0;left:0;width: 40px;height:100%;padding:0 0;display:table;border-radius: 0%;margin: 0px;text-align:center; /*! border-radius: 5px; */color:#00c3e8;font-size:40px;background-image:none;background-color:#ddd;background-position:center;background-repeat:no-repeat;background-size: auto;}
.srllPho .btn i{ display: table-cell;vertical-align: middle;padding: 0px;}
.srllPho .btn.nt{left:auto;right:0;}
/*.srllPic .btn.next{transform:rotate(180deg);}*/
.srllPho .btn:hover,.srllPho .btn:hover i{color:#fff; background-color:#00c3e8;}
.srllPho .swiper-button-disabled{opacity: .5;}
/*.srllPic .btn:hover{ opacity: 1;}*/
.srllPho .gallery-top li a{height:100%; display: -webkit-box !important; display: -webkit-flex !important;display: -ms-flexbox !important;display: flex !important;-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center;justify-content: center; -webkit-box-align: center;  -webkit-align-items: center;-ms-flex-align: center;align-items: center}


/*==联系我们↓==*/
.ContactInner{padding-bottom:0px !important}
.ContactInner .mode{}
.ContactInner .mode ul{position: relative;z-index: 2; display: flex;flex-flow: row wrap;align-content: flex-start;box-shadow: 3px 0px 10px #eee;border-radius: 10px;background: #fff;}
.ContactInner .mode ul li{position: relative;flex: 1;display: flex;padding: 40px 30px;/* text-align:center; */border:1px #fff solid;border-radius:10px;flex-direction: column;align-items: center;text-align: center;}
.ContactInner .mode ul li:after{content:"";position:absolute;right:0;top:0;bottom:0;margin: auto;width:1px;height: 60%;background:#ddd}
.ContactInner .mode ul li:last-child:after{display:none}
.ContactInner .mode ul .box{flex: 1;float: right;}
.ContactInner .mode ul h4{color: #757783;font-size: 18px;margin-top: 15px;}
.ContactInner .mode ul em{position:relative;z-index:1;flex-shrink: 0;display: block;color: #666;font-size: 40px;overflow:hidden;text-align: center;}
.ContactInner .mode ul em:before{ position: absolute;top: 0;left: 0;bottom: 0; right: 0;content: "";border-radius: 50%;z-index: -1;transform: scale(0.0);transform-origin: center;transform-style: preserve-3d; transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);/* background: var(--thm-base); */ background: #00c3e8;}
.ContactInner .mode ul span{display: table;margin-top: 5px;color: #1c1e27;font-size: 20px;font-weight: bold;margin-bottom: 5px;word-break:break-all}
.ContactInner .mode .address span{font-size: 16px;font-weight:400}
.ContactInner .mode ul li:hover{transform:translateY(-5px)}
.ContactInner .mode ul li:hover span{color:#00c3e8}



/*==地图+留言模块↓==*/
.message-item{ background: #f8f8f8;}
.message-item .long{display: flex;}
.message-item .map{position: relative;width: 55%;}
.message-item .right{margin-left: 40px;width:50%;}
.message-item #dituContent{position: absolute !important;height: 100%;right: 0;top: 0;bottom: 0;width: 1000px;}
.message-item #dituContent img{max-width:initial;}



/*===留言反馈模块↓==*/
.feedback-item{}
.feedback-item .long{display: flex;justify-content: space-between;}
.feedback-item .left{flex-shrink: 1;/* flex: 1; */}
.feedback-item .tel{display: block;margin-top:100px;color:#fff;font-size:18px}
.feedback-item .tel h5{display:flex;align-items: center;}
.feedback-item .tel h5:before{content: "\e6a6";margin-right:10px;font-size: 22px;}
.feedback-item .tel font{display: block;margin-top: 5px;color:#00c3e8;font-size:32px;line-height: 40px;}
.feedback-item .right{/* flex: 1; */width: 45%;}
.feedback-item form{display: flex;flex-wrap: wrap;}
.feedback-item form .shell{display: flex;width: calc(50% - 20px);margin-bottom:20px;border: 1px #eee solid;padding: 10px 20px;align-items: center;background: #fff;}
.feedback-item form .shell.w100{width:100%}
.feedback-item form .ml{margin-left:20px;}
.feedback-item form .shell.vt{    align-items: flex-start;}
.feedback-item form h5 {/* width: 60px; */flex-shrink: 0;margin-right: 10px;color: #999999;font-size: 16px;}
.feedback-item form .fill{ flex: 1;/* width: 100%; */line-height: 30px;color:#666;font-size: 15px;border: none;background: none;}
.feedback-item form textarea{height:180px}
.feedback-item form .submit{position: relative;width: 350px;display: table;/* margin-top: 10px; */color: #fff;font-size: 16px;padding: 18px 80px;border:none;cursor: pointer;border-radius: 5px;background: #00c3e8;}
.feedback-item form .submit:after{opacity:0; content:"";position:absolute;left:0;top:0;right:0;bottom:0; background:#fff}
.feedback-item form .submit:hover:after{opacity:0.2}
/*--*/
.feedback-item .code{flex-shrink: 0;/* width: 300px; */display: flex;margin-right: 20px;border: 1px #ddd solid;background: #fff;align-items: center;}
.feedback-item .code input{ flex: 1;}
.feedback-item .code img{height: 35px;margin: 0px 15px;flex-shrink: 1;cursor: pointer;}
.feedback-item .yzm{display: flex;/* margin:0 0 0 20px; */align-items: center;}
.feedback-item .yzm input{width: 150px;padding: 18px 20px;border: none;}
.feedback-item .explain{margin-top:20px;color:#6a6a6a;font-size:16px;}
.feedback-item .explain i{color:red}
.feedback-item .explain font{color:#00c3e8;font-weight:bold;}



/*==留言通用↓==*/
.MessageCon{background: url(../images/MessageBg.jpg) no-repeat center;background-size:cover;}
.MessageCon .long{padding:80px; background: #fff;}
.MessageCon .title{margin-bottom:40px;overflow: hidden;}
.MessageCon .title h2{float:left;color:#191919;font-size:24px;}
.MessageCon .title .tel{float:right;margin-top:25px;color:#333333;font-size:26px;/*font-weight: bold;*/}
.MessageCon .title .tel em{display:block;float:left;margin-right:10px;margin-top:5px;color:#333;font-size:25px;font-weight:400;font-family:"iconfont";}
.MessageCon input{position: relative; float:left;width:49.5%;margin-bottom:1%}
.MessageCon .block:nth-child(2n+1){margin-left:1%;}
.MessageCon input,.MessageCon textarea{padding:15px 20px 15px 45px;border:1px #ddd solid; background-repeat:no-repeat ; background-position:15px 17px;}
.MessageCon textarea{width:100%;height:120px;}
.MessageCon button{width:25%;margin-top:20px;padding:16px 0;border:none;color:#fff;font-size:14px; background: #666;}
.MessageCon button:hover{background:#00c3e8}
.MessageCon .x1{background-image: url(../images/ico201.png);}
.MessageCon .x2{background-image: url(../images/ico202.png);}
.MessageCon .x3{background-image: url(../images/ico203.png);}
.MessageCon .x4{background-image: url(../images/ico204.png);}
.MessageCon .x5{background-image: url(../images/ico205.png);}


/*==关于-公司简介↓==*/
.AboutInner{padding-bottom:0px !important}
.ab-intro{}
.ab-intro .titleTop{display: table;margin:auto;margin-bottom: 60px;text-align: center;}
.ab-intro .titleTop p{margin: auto;margin-top: 20px;width: 60%;color:#768089;font-size:16px;}
/*--*/
.intro-list{}
.intro-list li {position:relative;display: flex;height: 550px;clear:both;z-index:2;align-items: center;}
.intro-list li:last-child {margin-bottom:0px;padding-bottom:0px;border-bottom:0px;}
.intro-list .pic {flex-shrink:0;position: relative;width:50%;height: 100%;}
.intro-list .pic img {position: absolute;right: 0;top: 0;bottom: 0;height:100%;max-width: initial;}
.intro-list .box {position:relative;flex:1;width:40%;padding-left: 60px;}
.intro-list h4 {color: #768089;font-size: 28px;}
.intro-list p{-webkit-line-clamp: 4;margin-top: 20px;color:#768089;font-size: 16px;line-height: 28px;}
.intro-list li:hover h4{color:#00c3e8;}
.intro-list li:nth-child(2n){flex-direction:row-reverse;}
.intro-list li:nth-child(2n) .pic img{left:0;right:0;}
.intro-list li:nth-child(2n) .box{padding-left:0;padding-right:60px;}


/*==关于-简介底部↓==*/
.ab-new{padding:80px 0 300px 0;background: url(../images/new-bg.jpg) no-repeat center; background-size:cover ;}
.ab-new .info{display: table;width:80%; margin:auto; }
.ab-new .info h4{color: #768089;font-size: 32px;}
.ab-new .info .wx{margin-top: 20px;color:#768089;font-size: 16px;line-height: 28px;}


/*==list-box 图片列表↓==*/
.list-box{margin:0 0 -20px -20px}
.list-box li{display:inline-block; width: calc(25% - 20px);margin: 0 0 20px 20px; }
.list-box li img{max-width:100%;width:100%;}
.list-box li a{display:block; }
.list-box li .pic{border: 1px #eee solid; background: #f9f9f9;}
.list-box li:hover .pic{border: 1px #00c3e8 solid;}
.list-box li h4{color:#666;font-size: 15px;text-align: center;padding:12px 0;}
.list-box li:hover h4{color:#00c3e8;}
.list-box.lx5 li{width: calc(20% - 15px);}


/*==底部===*/
.footer {position:relative;z-index:5;padding-top:70px;background:#3f3f3f;overflow:hidden;}
.footer .up{display: flex;justify-content: space-between;}
.footer .nav {position:relative;display: flex;margin-bottom:30px;width: 70%;justify-content: space-between;}
.footer .nav h3 {color:#fff;font-size:18px;margin-bottom: 15px;}
.footer .nav li {/*! display:table-cell;*/flex: 1;padding-right: 20px;}
.footer .nav li a {display:block;color: #aaa;font-size: 15px;padding:3px 0;}
.footer .nav li a:hover {color:#fff}
.footer .right {float:right;flex-shrink: 0; margin-left:80px;}
.footer .right .online{display: table;color:#fff;font-size:15px;margin-bottom: 20px;padding: 8px 30px;border-radius:30px;background:#00c3e8}
.footer .right .online:hover{background: #ffc000;}
.footer .right span{flex: auto;display: flex;margin-bottom: 12px;color: #aaa;font-size: 15px;align-items: center;} 
.footer .right span i{ font-size: 20px;margin-right: 10px;}
.footer .right span font{color:#ffc000;font-size:26px;}
.footer .down {position:relative;margin-top:40px;padding:15px 0;color:#aaa;font-size:15px;text-align: center;}
.footer .down:before {content:"";position:absolute;top:0;left:-50%;right:-50%;height:1px;background:#585858;}
.footer .down a {color:#aaa;font-size:15px;}
.footer .down a:hover {color:#fff;}
.footer .link{position:relative;padding:15px 0;}
.footer .link:before {content:"";position:absolute;top:0;left:-50%;right:-50%;height:1px;background:#585858;}
.footer .link h3{color:#aaa;font-size:15px;float: left;}
.footer .link a{color:#aaa;font-size:15px;display: inline-block;padding: 0 15px;line-height: 9px;border-right: 1px #999 dotted;}
.footer .link a:last-child{border:none;}
.footer .link a:hover{color:#fff}




.jn-charact{}
.jn-charact{}